home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3tgroup.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_TOOLGROUP_H = 1;
- include("real/windows/r3dtgwin.js")
-
-
- var R3CLID_TOOLGROUP = 889;
-
-
-
-
-
-
-
- R3TGA_GroupName = 889502;
- function SetR3TGA_GroupName(value) {
- R3Set(this.r3obj, R3TGA_GroupName, value, R3TID_STRING, 0);
- }
-
- function GetR3TGA_GroupName() {
- return R3Get(this.r3obj, R3TGA_GroupName, R3TID_STRING, 0);
- }
-
- R3TGA_Children = 889503;
- function GetR3TGA_Children() {
- return R3Get(this.r3obj, R3TGA_Children, R3TID_LIST, R3TNF_ARRAY);
- }
-
- R3TGA_RootWindow = 889508;
- function SetR3TGA_RootWindow(value) {
- R3Set(this.r3obj, R3TGA_RootWindow, value, R3TID_OBJECT, 0);
- }
-
- function GetR3TGA_RootWindow() {
- return R3ToJS(R3Get(this.r3obj, R3TGA_RootWindow, R3TID_OBJECT, 0));
- }
-
- R3TGA_LayerList = 889509;
- function SetR3TGA_LayerList(value) {
- R3Set(this.r3obj, R3TGA_LayerList, value, R3TID_OBJECT, 0);
- }
-
- function GetR3TGA_LayerList() {
- return R3ToJS(R3Get(this.r3obj, R3TGA_LayerList, R3TID_OBJECT, 0));
- }
-
- R3TGA_GroupManager = 889510;
- function GetR3TGA_GroupManager() {
- return R3ToJS(R3Get(this.r3obj, R3TGA_GroupManager, R3TID_OBJECT, 0));
- }
-
-
-
- function r3Toolgroup () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_TOOLGROUP, arguments);
- }
- // Methods
-
- // Attributes
- this.GetGroupName=GetR3TGA_GroupName;
- this.SetGroupName=SetR3TGA_GroupName;
- this.GetChildren=GetR3TGA_Children;
- this.GetRootWindow=GetR3TGA_RootWindow;
- this.SetRootWindow=SetR3TGA_RootWindow;
- this.GetLayerList=GetR3TGA_LayerList;
- this.SetLayerList=SetR3TGA_LayerList;
- this.GetGroupManager=GetR3TGA_GroupManager;
- }
-
- r3Toolgroup.prototype=new r3Droptargetwindow;
- // r3tgroup.h_H